* coding.c (encode_coding_raw_text): Avoid unnecessary test
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:20:45 +0000 (09:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:20:45 +0000 (09:20 -0700)
commit459ca5bd483b2706bf5ec5cfe03c81f2b8e6bf26
tree12f5c25a303d21172883e00422b3bb68e139be4b
parentac67156b59a3e6276ee270a4b5e9672558466191
* coding.c (encode_coding_raw_text): Avoid unnecessary test

the first time through the loop, since we know p0 < p1 then.
This also avoids a gcc -Wstrict-overflow warning.
src/ChangeLog
src/coding.c